home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Marriage & Divorce Law / ProOne: Marriage & Divorce Law.iso / lawlib / pllcd432.exe / 0 / RCDATA / TABORTFORM / TABORTFORM.txt
Text File  |  1997-03-01  |  629b  |  34 lines

  1. object AbortForm: TAbortForm
  2.   Left = 350
  3.   Top = 274
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing status'
  7.   ClientHeight = 82
  8.   ClientWidth = 427
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object PrintingMessage: TLabel
  17.     Left = 12
  18.     Top = 12
  19.     Width = 405
  20.     Height = 16
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.   end
  24.   object BitBtn1: TBitBtn
  25.     Left = 169
  26.     Top = 40
  27.     Width = 89
  28.     Height = 33
  29.     TabOrder = 0
  30.     OnClick = BitBtn1Click
  31.     Kind = bkAbort
  32.   end
  33. end
  34.